Add nextjs-supabase debugging resource#495
Open
mahdibrr wants to merge 2 commits into
Open
Conversation
Introduces a Resources section and links a curated Next.js + Supabase list focused on production failure modes (RLS, SSR session loss, Stripe webhook reliability, cache invalidation). Resource: https://github.com/mahdibrr/awesome-nextjs-supabase
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds a new “Resources” section to the README and links it from the table of contents, expanding the curated Next.js-related links.
Changes:
- Add “Resources” to the README table of contents
- Introduce a “Resources” section with an initial curated link
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ## Resources | ||
|
|
||
| - [Awesome Next.js + Supabase](https://github.com/mahdibrr/awesome-nextjs-supabase) - Curated production-focused resources for Next.js + Supabase SaaS apps, covering RLS bugs, SSR session loss, middleware redirect loops, and Stripe webhook idempotency, with a symptom-first incident index, checklists, and copy-ready snippets |
Addresses review feedback: trims the overly long description to match surrounding entries and ends it with a period.
Author
|
Thanks for the review! Addressed in 3df2483 — trimmed the description to match the length of surrounding entries and added a terminal period. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
Adds a new Resources section (and a matching Contents entry) linking:
https://github.com/mahdibrr/awesome-nextjs-supabase
It's a curated list focused on what breaks after you deploy a Next.js app on Supabase — RLS empty-result bugs, SSR session loss, middleware redirect loops, Stripe webhook reliability/idempotency, and cache invalidation after Server Actions. It includes a symptom-first incident index (symptom → root cause → fix), production checklists, and copy-ready snippets.
Why a new section
There's no existing category that fits a curated meta-list of resources, so I added a
Resourcessection per the contributing note that new categories are welcome. Happy to move it underCommunityinstead, or adjust wording/placement, if you'd prefer.Disclosure
I'm the author/maintainer of the linked list (solo dev). The entry follows the same format as existing entries in this list (title-cased link, dash separator, no trailing period to match the surrounding entries).